projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d13a848
)
(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 4 Apr 1998 06:37:54 +0000
(06:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 4 Apr 1998 06:37:54 +0000
(06:37 +0000)
(make_minibuffer_frame): Likewise.
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index e66cabdb7a788fef7e5d2ae49cd04ff51eb7cb6a..8a3c50866b25300c5a69a4a835f419906e17353d 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-380,6
+380,7
@@
make_frame (mini_p)
return f;
}
\f
+#ifdef HAVE_WINDOW_SYSTEM
/* Make a frame using a separate minibuffer window on another frame.
MINI_WINDOW is the minibuffer window to use. nil means use the
default (the global minibuffer). */
@@
-473,6
+474,7
@@
make_minibuffer_frame ()
: Fcar (Vminibuffer_list)));
return f;
}
+#endif /* HAVE_WINDOW_SYSTEM */
\f
/* Construct a frame that refers to the terminal (stdin and stdout). */